projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5e9a4
)
(rmail-automatic-folder-directives): Add a custom
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 27 Nov 2000 17:14:53 +0000
(17:14 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 27 Nov 2000 17:14:53 +0000
(17:14 +0000)
type, group and version.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 1b1006f63cf2b9d88756ca564b5e84eca09e0673..f26307b23a51adf2c5825c0ee8c3af14abeaeb77 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-289,7
+289,10
@@
FIELD/REGEXP pairs continue in the list.
examples:
(\"/dev/null\" \"from\" \"@spam.com\") ; delete all mail from spam.com
- (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS.")
+ (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS."
+ :group 'rmail
+ :version "21.1"
+ :type '(repeat (sexp :tag "Directive")))
(defvar rmail-reply-prefix "Re: "
"String to prepend to Subject line when replying to a message.")